home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1719 < prev    next >
Encoding:
Text File  |  1996-08-06  |  865 b   |  25 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!nntpuser
  3. From: greg@netlanta.com (Greg Colin)
  4. Subject: Window sizes with VC++ and MFC
  5. Message-ID: <nntpuserDL2oLp.BAC@netcom.com>
  6. Sender: netnews@mork.netcom.com
  7. Nntp-Posting-Host: netlanta.com
  8. Organization: Netlanta Network Systems, Fayetteville, GA
  9. X-Newsreader: Forte Free Agent 1.0.82
  10. Date: Fri, 12 Jan 1996 17:33:13 GMT
  11.  
  12. I am creating code with AppWizard for an SDI application and want the window to
  13. be a fized size, and without WS_THICKFRAME. I have fried overriding
  14. CMainFrame::Create to use a RECT structure that I have set to the values I want,
  15. but this does not work. 
  16.  
  17. After a couple of hours looking through the online documentation (curses to
  18. Micro$oft for not providing printed manuals with the software), I am posting
  19. here in the hope that someone will take pity on a clueless newbie.
  20.  
  21. Thanks a lot
  22. Greg
  23.  
  24.  
  25.